home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / UI.cst / 00113_certificateName.ls < prev    next >
Encoding:
Text File  |  2004-07-12  |  271 b   |  15 lines

  1. on keyDown
  2.   if the key = RETURN then dontpassevent
  3.   else pass
  4. end
  5.  
  6.  
  7. on mouseDown
  8.   puppetSprite the clickOn, TRUE
  9.   set the editable of sprite the clickOn to TRUE
  10.   updateStage
  11.   set the selStart = the mouseChar
  12.   set the selEnd = the mouseChar
  13.   updateStage
  14.   pass
  15. end